﻿CHARACTERS = {
	c:NOR = {

		create_character = {
			#role = politician # Remove this line
			first_name = "Nicolai"
			last_name = "Krog"
			birth_date = 1787.1.1
			ig_leader = yes
			interest_group = ig_armed_forces
			ideology = ideology_royalist
			traits = {
				brave
			}
		}

		create_character = { # General
			is_general = yes
			first_name = Ferdinand
			last_name = Wedel_Jarlsberg
			age = 55
			traits = {
			}
		}
		
		create_character = { # Admiral
			is_admiral = yes
			 first_name = Thomas 
			 last_name = Konow
			 age = 40
			 traits = {
			 	meticulous
			}
		 }
	}
}
